Skip to content
This repository was archived by the owner on Sep 9, 2024. It is now read-only.

Bump netlify-cli from 13.1.1 to 14.0.0 #76

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 18, 2023

Bumps netlify-cli from 13.1.1 to 14.0.0.

Release notes

Sourced from netlify-cli's releases.

v14.0.0

14.0.0 (2023-04-17)

⚠ BREAKING CHANGES

  • execute user and integrations edge functions in the correct order (#5624)
  • publish shrinkwrap with production dependencies only (#5547)
  • Deno file system APIs in edge functions were aligned with the production environment and are now also not available anymore locally.
  • drop node 14.16 and 14.17 (#5602)

Features

  • drop node 14.16 and 14.17 (#5602) (8bcc4c9)
  • inject environment variables from .env files into edge functions locally (#5620) (9066166)
  • update edge function bootstrap to latest version (#5616) (80b575e)

Bug Fixes

  • deps: update dependency @​fastify/static to v6.10.0 (#5611) (54ecf6d)
  • deps: update dependency @​fastify/static to v6.10.1 (#5636) (7e305a9)
  • deps: update dependency @​netlify/build to ^29.9.0 (#5601) (fd4d358)
  • deps: update dependency @​netlify/build to ^29.9.1 (#5614) (c1cb456)
  • deps: update dependency @​netlify/build to ^29.9.2 (#5621) (7215229)
  • deps: update dependency @​netlify/edge-bundler to ^8.13.1 (#5613) (187d3a8)
  • deps: update dependency @​netlify/edge-bundler to ^8.13.2 (#5619) (219dd3c)
  • deps: update dependency @​netlify/zip-it-and-ship-it to ^8.10.0 (#5615) (9775e40)
  • deps: update dependency @​types/node to v14.18.42 (#5605) (f82421c)
  • deps: update dependency axios to v1.3.5 (#5609) (8126648)
  • deps: update dependency commander to v10.0.1 (#5637) (23d191a)
  • deps: update dependency node-version-alias to v3 (#5630) (2e1405c)
  • deps: update dependency p-wait-for to v5 (#5632) (d50374a)
  • deps: update dependency path-key to v4 (#5631) (6be0a59)
  • deps: update dependency terminal-link to v3 (#5634) (fb40e95)
  • deps: update dependency write-file-atomic to v5 (#5633) (6c4d01e)
  • determine duplicate function precedence based on extension (#5617) (8ae1456)
  • determine duplicate function precedence based on extension (#5623) (169ecad)
  • execute user and integrations edge functions in the correct order (#5624) (0535230)
  • functions:build example (#5618) (e91051e)
  • live: pass correct URL and DEPLOY_URL env vars to plugins (#5607) (160e8a0)
  • publish shrinkwrap with production dependencies only (#5547) (fc38644)
  • revert 8ae14561c600c86f3a69657eb641ac5431419d88 (#5622) (17605fc)

v13.2.2

13.2.2 (2023-03-28)

Bug Fixes

... (truncated)

Changelog

Sourced from netlify-cli's changelog.

14.0.0 (2023-04-17)

⚠ BREAKING CHANGES

  • execute user and integrations edge functions in the correct order (#5624)
  • publish shrinkwrap with production dependencies only (#5547)
  • Deno file system APIs in edge functions were aligned with the production environment and are now also not available anymore locally.
  • drop node 14.16 and 14.17 (#5602)

Features

  • drop node 14.16 and 14.17 (#5602) (8bcc4c9)
  • inject environment variables from .env files into edge functions locally (#5620) (9066166)
  • update edge function bootstrap to latest version (#5616) (80b575e)

Bug Fixes

  • deps: update dependency @​fastify/static to v6.10.0 (#5611) (54ecf6d)
  • deps: update dependency @​fastify/static to v6.10.1 (#5636) (7e305a9)
  • deps: update dependency @​netlify/build to ^29.9.0 (#5601) (fd4d358)
  • deps: update dependency @​netlify/build to ^29.9.1 (#5614) (c1cb456)
  • deps: update dependency @​netlify/build to ^29.9.2 (#5621) (7215229)
  • deps: update dependency @​netlify/edge-bundler to ^8.13.1 (#5613) (187d3a8)
  • deps: update dependency @​netlify/edge-bundler to ^8.13.2 (#5619) (219dd3c)
  • deps: update dependency @​netlify/zip-it-and-ship-it to ^8.10.0 (#5615) (9775e40)
  • deps: update dependency @​types/node to v14.18.42 (#5605) (f82421c)
  • deps: update dependency axios to v1.3.5 (#5609) (8126648)
  • deps: update dependency commander to v10.0.1 (#5637) (23d191a)
  • deps: update dependency node-version-alias to v3 (#5630) (2e1405c)
  • deps: update dependency p-wait-for to v5 (#5632) (d50374a)
  • deps: update dependency path-key to v4 (#5631) (6be0a59)
  • deps: update dependency terminal-link to v3 (#5634) (fb40e95)
  • deps: update dependency write-file-atomic to v5 (#5633) (6c4d01e)
  • determine duplicate function precedence based on extension (#5617) (8ae1456)
  • determine duplicate function precedence based on extension (#5623) (169ecad)
  • execute user and integrations edge functions in the correct order (#5624) (0535230)
  • functions:build example (#5618) (e91051e)
  • live: pass correct URL and DEPLOY_URL env vars to plugins (#5607) (160e8a0)
  • publish shrinkwrap with production dependencies only (#5547) (fc38644)
  • revert 8ae14561c600c86f3a69657eb641ac5431419d88 (#5622) (17605fc)

13.2.2 (2023-03-28)

Bug Fixes

  • deps: update dependency @​netlify/edge-bundler to ^8.13.0 (#5591) (247c717)
  • deps: update netlify packages (#5594) (145b9ea)

... (truncated)

Commits
  • 30d9a4f chore(main): release 14.0.0 (#5600)
  • 0535230 fix!: execute user and integrations edge functions in the correct order (#5624)
  • 9066166 feat: inject environment variables from .env files into edge functions locall...
  • f30d409 chore: fix handle-questions helper to support autocomplete (#5629)
  • 7e305a9 fix(deps): update dependency @​fastify/static to v6.10.1 (#5636)
  • 23d191a fix(deps): update dependency commander to v10.0.1 (#5637)
  • fb40e95 fix(deps): update dependency terminal-link to v3 (#5634)
  • 6c4d01e fix(deps): update dependency write-file-atomic to v5 (#5633)
  • d50374a fix(deps): update dependency p-wait-for to v5 (#5632)
  • 2e1405c fix(deps): update dependency node-version-alias to v3 (#5630)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [netlify-cli](https://github.com/netlify/cli) from 13.1.1 to 14.0.0.
- [Release notes](https://github.com/netlify/cli/releases)
- [Changelog](https://github.com/netlify/cli/blob/main/CHANGELOG.md)
- [Commits](netlify/cli@v13.1.1...v14.0.0)

---
updated-dependencies:
- dependency-name: netlify-cli
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file major labels Apr 18, 2023
@netlify
Copy link

netlify bot commented Apr 18, 2023

Deploy Preview for static-cms-nuxt failed.

Name Link
🔨 Latest commit 158c7f7
🔍 Latest deploy log https://app.netlify.com/sites/static-cms-nuxt/deploys/643ddf330bd5e2000812c9a9

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 25, 2023

Superseded by #79.

@dependabot dependabot bot closed this Apr 25, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/netlify-cli-14.0.0 branch April 25, 2023 00:05
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file major
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants